< Prev(J) / Next(K) > / View :

Filename: /text/scalc/01/04060184.xhp

(variable: mq)Statistical Functions Part Four
(variable: mq)統計関数4(hd_id3153415.1)

(section: max) (bookmark: bm_id3154511)
MAX function

MAX 関数
(bookmark: bm_id3146972)

MAX
MAX(hd_id3154511.2)

Returns the maximum value in a list of arguments.
引数のリストの中の最大値を返します。(par_id3153709.3)

Returns 0 if no numeric value and no error was encountered in the cell range(s) passed as cell reference(s). Text cells are ignored by MIN() and MAX(). The functions MINA() and MAXA() return 0 if no value (numeric or text) and no error was encountered. Passing a literal string argument to MIN() or MAX(), e.g. MIN("string"), still results in an error.
セル参照として渡されたセル範囲に数値とエラーがない場合は、0 を返します。MIN() と MAX() は、テキストセルを無視します。値 (数値またはテキスト) とエラーがない場合、関数 MINA() と MAXA() は 0 を返します。MIN("文字列") のように MIN() または MAX() にリテラル文字列引数を渡すと、依然としてエラーになります。(par_id9282509.)

Syntax
構文(hd_id3154256.4)

MAX(Number1; Number2; ...Number30)
MAX(数値 1; 数値 2; ...数値 30)(par_id3147340.5)

Number1; Number2;...Number30 are numerical values or ranges.
数値 1; 数値 2;...数値 30 は数値または範囲です。(par_id3149568.6)

Example
(hd_id3153963.7)

=MAX(A1;A2;A3;50;100;200) returns the largest value from the list.
=MAX(A1;A2;A3;50;100;200) は、リスト内の最大値を返します。(par_id3147343.8)

=MAX(A1:B100) returns the largest value from the list.
=MAX(A1:B100) は、リスト内の最大値を返します。(par_id3148485.9)

(/section: max) (section: maxa) (bookmark: bm_id3166426)
MAXA function

MAXA 関数
(bookmark: bm_id3150304)

MAXA
MAXA(hd_id3166426.139)

Returns the maximum value in a list of arguments. In opposite to MAX, here you can enter text. The value of the text is 0.
引数のリスト中の最大値を返します。数値以外にテキストを引数に使用することもできます。その際、文字列データは 0 とみなされます。(par_id3150363.140)

The functions MINA() and MAXA() return 0 if no value (numeric or text) and no error was encountered.
値 (数値またはテキスト) とエラーがない場合、関数 MINA() と MAXA() は 0 を返します。(par_id7689443.)

Syntax
構文(hd_id3150516.141)

MAXA(Value1; Value2; ... Value30)
MAXA(値 1; 値 2; ... 値 30)(par_id3166431.142)

Value1; Value2;...Value30 are values or ranges. Text has the value of 0.
値 1; 値 2;...値 30 は値または範囲です。テキストの値は 0 です。(par_id3150202.143)

Example
(hd_id3156290.144)

=MAXA(A1;A2;A3;50;100;200;"Text") returns the largest value from the list.
=MAXA(A1;A2;A3;50;100;200;"Text") は、リスト内の最大値を返します。(par_id3156446.145)

=MAXA(A1:B100) returns the largest value from the list.
=MAXA(A1:B100) は、リスト内の最大値を返します。(par_id3149404.146)

(/section: maxa) (section: median) (bookmark: bm_id3153820)
MEDIAN function

MEDIAN 関数
(bookmark: bm_id3153069)

MEDIAN
MEDIAN(hd_id3153820.11)

Returns the median of a set of numbers. In a set containing an uneven number of values, the median will be the number in the middle of the set and in a set containing an even number of values, it will be the mean of the two values in the middle of the set.
データの中央値 (メディアン) を返します。データ数が奇数のときに中央に位置する値のことです。データ数が偶数の場合は、中央に位置する 2 つのデータの平均が中央値になります。(par_id3151241.12)

Syntax
構文(hd_id3148871.13)

MEDIAN(Number1; Number2; ...Number30)
MEDIAN(数値 1; 数値 2; ...数値 30)(par_id3155264.14)

Number1; Number2;...Number30 are values or ranges, which represent a sample. Each number can also be replaced by a reference.
数値 1, 数値 2,...数値 30 は、標本を表す値または範囲です。各数値は、参照に置き換えることもできます。(par_id3150109.15)

Example
(hd_id3144506.16)

for an odd number: =MEDIAN(1;5;9;20;21) returns 9 as the median value.
奇数の場合は、次のようになります。=MEDIAN(1;5;9;20;21) は、中央値として 9 を返します。(par_id3145078.17)

for an even number: =MEDIAN(1;5;9;20) returns the average of the two middle values 5 and 9, thus 7.
偶数の場合は、次のようになります。=MEDIAN(1;5;9;20) は、2 つの中間値 5 と 9 の平均、7 を返します。(par_id3149126.165)

(/section: median) (section: min) (bookmark: bm_id3154541)
MIN function

MIN 関数
(bookmark: bm_id3159226)

MIN
MIN(hd_id3154541.19)

Returns the minimum value in a list of arguments.
データ中の最小値を返します。(par_id3143222.20)

Returns 0 if no numeric value and no error was encountered in the cell range(s) passed as cell reference(s). Text cells are ignored by MIN() and MAX(). The functions MINA() and MAXA() return 0 if no value (numeric or text) and no error was encountered. Passing a literal string argument to MIN() or MAX(), e.g. MIN("string"), still results in an error.
セル参照として渡されたセル範囲に数値とエラーがない場合は、0 を返します。MIN() と MAX() は、テキストセルを無視します。値 (数値またはテキスト) とエラーがない場合、関数 MINA() と MAXA() は 0 を返します。MIN("文字列") のように MIN() または MAX() にリテラル文字列引数を渡すと、依然としてエラーになります。(par_id2301400.)

Syntax
構文(hd_id3154651.21)

MIN(Number1; Number2; ...Number30)
MIN(数値 1; 数値 2; ...数値 30)(par_id3146964.22)

Number1; Number2;...Number30 are numerical values or ranges.
数値 1; 数値 2;...数値 30 は数値または範囲です。(par_id3153486.23)

Example
(hd_id3155523.24)

=MIN(A1:B100) returns the smallest value in the list.
=MIN(A1:B100) は、リスト内の最小値を返します。(par_id3154734.25)

(/section: min) (section: mina) (bookmark: bm_id3147504)
MINA function

MINA 関数
(bookmark: bm_id3155752)

MINA
MINA(hd_id3147504.148)

Returns the minimum value in a list of arguments. Here you can also enter text. The value of the text is 0.
引数リスト中の最小値を返します。ここにはテキストも入力できます。テキストの値は 0 です。(par_id3147249.149)

The functions MINA() and MAXA() return 0 if no value (numeric or text) and no error was encountered.
値 (数値またはテキスト) とエラーがない場合、関数 MINA() と MAXA() は 0 を返します。(par_id4294564.)

Syntax
構文(hd_id3150435.150)

MINA(Value1; Value2; ... Value30)
MINA(値 1; 値 2; ... 値 30)(par_id3153336.151)

Value1; Value2;...Value30 are values or ranges. Text has the value of 0.
値 1; 値 2;...値 30 は値または範囲です。テキストの値は 0 です。(par_id3146098.152)

Example
(hd_id3148743.153)

=MINA(1;"Text";20) returns 0.
=MINA(1;"Text";20) は、0 を返します。(par_id3147401.154)

=MINA(A1:B100) returns the smallest value in the list.
=MINA(A1:B100) は、リスト内の最小値を返します。(par_id3147295.155)

(/section: mina) (section: avedev) (bookmark: bm_id3166465)
AVEDEV function
averages;statistical functions

AVEDEV 関数
平均;統計関数
(bookmark: bm_id3156396)

AVEDEV
AVEDEV(hd_id3166465.27)

Returns the average of the absolute deviations of data points from their mean. Displays the diffusion in a data set.
データポイントの平均値から、絶対偏差の平均を返します。データグループの分散が求められます。(par_id3150373.28)

Syntax
構文(hd_id3150038.29)

AVEDEV(Number1; Number2; ...Number30)
AVEDEV(数値 1; 数値 2; ...数値 30)(par_id3145636.30)

Number1, Number2,...Number30 are values or ranges that represent a sample. Each number can also be replaced by a reference.
数値 1, 数値 2,...数値 30 は、標本を表す値または範囲です。各数値は、参照に置き換えることもできます。(par_id3157871.31)

Example
(hd_id3149725.32)

=AVEDEV(A1:A50)
=AVEDEV(A1:A50)(par_id3153122.33)

(/section: avedev) (section: average) (bookmark: bm_id3145824)
AVERAGE function

AVERAGE 関数
(bookmark: bm_id3146878)

AVERAGE
AVERAGE(hd_id3145824.35)

Returns the average of the arguments.
引数の平均値を返します。(par_id3150482.36)

Syntax
構文(hd_id3146943.37)

AVERAGE(Number1; Number2; ...Number30)
AVERAGE(数値 1; 数値 2; ...数値 30)(par_id3154679.38)

Number1; Number2;...Number 0 are numerical values or ranges.
数値 1; 数値 2;...数値 30 は数値または範囲です。(par_id3150741.39)

Example
(hd_id3153039.40)

=AVERAGE(A1:A50)
=AVERAGE(A1:A50)(par_id3151232.41)

(/section: average) (section: averagea) (bookmark: bm_id3148754)
AVERAGEA function

AVERAGEA 関数
(bookmark: bm_id3149690)

AVERAGEA
AVERAGEA(hd_id3148754.157)

Returns the average of the arguments. The value of a text is 0.
データの算術平均値を返します。文字列データは 0 とみなされます。(par_id3145138.158)

Syntax
構文(hd_id3153326.159)

AVERAGEA(Value1; Value2; ... Value30)
AVERAGEA(値 1; 値 2; ... 値 30)(par_id3149734.160)

Value1; Value2;...Value30 are values or ranges. Text has the value of 0.
値 1; 値 2;...値 30 は値または範囲です。テキストの値は 0 です。(par_id3155260.161)

Example
(hd_id3149504.162)

=AVERAGEA(A1:A50)
=AVERAGEA(A1:A50)(par_id3150864.163)

(/section: averagea) (section: mode) (bookmark: bm_id3153933)
MODE function
most common value

MODE 関数
最頻値
(bookmark: bm_id3149253)

MODE
MODE(hd_id3153933.43)

Returns the most common value in a data set. If there are several values with the same frequency, it returns the smallest value. An error occurs when a value doesn't appear twice.
データセット内の最頻値を返します。頻度が同じ値が複数ある場合は、その中の最小値を返します。数値がすべて異なる場合には、エラー値を返します。(par_id3153085.44)

Syntax
構文(hd_id3153003.45)

MODE(Number1; Number2; ...Number30)
MODE(数値 1; 数値 2; ...数値 30)(par_id3155950.46)

Number1; Number2;...Number30 are numerical values or ranges.
数値 1; 数値 2;...数値 30 は数値または範囲です。(par_id3150337.47)

Example
(hd_id3153571.48)

=MODE(A1:A50)
=MODE(A1:A50)(par_id3153733.49)

(/section: mode) (section: negbinomdist) (bookmark: bm_id3149879)
NEGBINOMDIST function
negative binomial distribution

NEGBINOMDIST 関数
負の二項分布
(bookmark: bm_id3159135)

NEGBINOMDIST
NEGBINOMDIST(hd_id3149879.51)

Returns the negative binomial distribution.
負の二項分布の値を返します。(par_id3155437.52)

Syntax
構文(hd_id3145351.53)

NEGBINOMDIST(X; R; SP)
NEGBINOMDIST(失敗数;成功数;成功率)(par_id3150935.54)

X represents the value returned for unsuccessful tests.
失敗数 は、試行が失敗する回数です。(par_id3153044.55)

R represents the value returned for successful tests.
成功数 は、試行が成功する回数です。(par_id3151018.56)

SP is the probability of the success of an attempt.
成功率 は、1回の試行が成功する確率です。(par_id3148878.57)

Example
(hd_id3149539.58)

=NEGBINOMDIST(1;1;0.5) returns 0.25.
=NEGBINOMDIST(1;1;0.5) は、0.25 を返します。(par_id3148770.59)

(/section: negbinomdist) (section: norminv) (bookmark: bm_id3155516)
NORMINV function
normal distribution;inverse of

NORMINV 関数
正規分布;逆数
(bookmark: bm_id3149396)

NORMINV
NORMINV(hd_id3155516.61)

Returns the inverse of the normal cumulative distribution.
正規累積分布のパーセント点を返します。(par_id3154634.62)

Syntax
構文(hd_id3153227.63)

NORMINV(Number; Mean; StDev)
NORMINV(数値;平均値;標準偏差)(par_id3147534.64)

Number represents the probability value used to determine the inverse normal distribution.
数値は、逆正規分布を決定するのに使われる確率値です。(par_id3154950.65)

Mean represents the mean value in the normal distribution.
平均値 は、正規分布の平均値です。(par_id3150690.66)

StDev represents the standard deviation of the normal distribution.
標準偏差 は、正規分布の標準偏差を表します。(par_id3148594.67)

Example
(hd_id3155822.68)

=NORMINV(0.9;63;5) returns 69.41. If the average egg weighs 63 grams with a standard deviation of 5, then there will be 90% probability that the egg will not be heavier than 69.41g grams.
=NORMINV(0.9;63;5) は、69.41 を返します。平均的な卵が標準偏差 5 で 63 グラムの場合、卵が 69.41g より重くない確率は 90% です。(par_id3153921.69)

(/section: norminv) (section: normdist) (bookmark: bm_id3153722)
NORMDIST function
density function

NORMDIST 関数
密度関数
(bookmark: bm_id3147484)

NORMDIST
NORMDIST(hd_id3153722.71)

Returns the density function or the normal cumulative distribution.
密度関数または正規分布を返します。(par_id3150386.72)

Syntax
構文(hd_id3083282.73)

NORMDIST(Number; Mean; StDev; C)
NORMDIST(数値; 平均値; 標準偏差; C)(par_id3150613.74)

Number is the value of the distribution based on which the normal distribution is to be calculated.
数値 は、正規分布が計算される値です。(par_id3149820.75)

Mean is the mean value of the distribution.
平均 は、分布の平均値です。(par_id3146063.76)

StDev is the standard deviation of the distribution.
標準偏差 は、分布の標準偏差です。(par_id3156295.77)

C is optional. C = 0 calculates the density function, C = 1 calculates the distribution.
関数形式に 0 を指定すると密度関数、関数形式に 1 を指定すると分布を計算します。(par_id3145080.78)

Example
(hd_id3152972.79)

=NORMDIST(70;63;5;0) returns 0.03.
=NORMDIST(70;63;5;0) は、0.03 を返します。(par_id3149283.80)

=NORMDIST(70;63;5;1) returns 0.92.
=NORMDIST(70;63;5;1) は、0.92 を返します。(par_id3149448.81)

(/section: normdist) (section: pearson) (bookmark: bm_id3152934)
PEARSON function

PEARSON 関数
(bookmark: bm_id3156103)

PEARSON
PEARSON(hd_id3152934.83)

Returns the Pearson product moment correlation coefficient r.
ピアソンの積率相関係数を返します。 (par_id3153216.84)

Syntax
構文(hd_id3147081.85)

PEARSON(Data1; Data2)
PEARSON(データ 1; データ 2)(par_id3156133.86)

Data1 represents the array of the first data set.
データ 1 は、最初のデータセットの行列を表します。(par_id3151272.87)

Data2 represents the array of the second data set.
データ 2 は、2 番目のデータセットの行列を表します。(par_id3153279.88)

Example
(hd_id3147567.89)

=PEARSON(A1:A30;B1:B30) returns the Pearson correlation coefficient of both data sets.
=PEARSON(A1:A30;B1:B30) は、両方のデータセットのピアソン相関係数を返します。(par_id3151187.90)

(/section: pearson) (section: phi) (bookmark: bm_id3152806)
PHI function

PHI 関数
(bookmark: bm_id3153757)

PHI
PHI(hd_id3152806.92)

Returns the values of the distribution function for a standard normal distribution.
標準正規分布の確率を返します。(par_id3150254.93)

Syntax
構文(hd_id3154748.94)

PHI(Number)
PHI(数値)(par_id3149976.95)

Number represents the value based on which the standard normal distribution is calculated.
数値 は、それに基づいて標準正規分布が計算される値です。(par_id3156108.96)

Example
(hd_id3153621.97)

=PHI(2.25) = 0.03
=PHI(2.25) = 0.03(par_id3155849.98)

=PHI(-2.25) = 0.03
=PHI(-2.25) = 0.03(par_id3143236.99)

=PHI(0) = 0.4
=PHI(0) = 0.4(par_id3149286.100)

(/section: phi) (section: poisson) (bookmark: bm_id3153985)
POISSON function

POISSON 関数
(bookmark: bm_id3156011)

POISSON
POISSON(hd_id3153985.102)

Returns the Poisson distribution.
ポアソン分布を返します。(par_id3154298.103)

Syntax
構文(hd_id3159183.104)

POISSON(Number; Mean; C)
POISSON(数値;平均値;関数形式)(par_id3146093.105)

Number represents the value based on which the Poisson distribution is calculated.
数値 は、ポアソン分布を計算する値です。(par_id3147253.106)

Mean represents the middle value of the Poisson distribution.
平均値 は、ポアソン定数、つまりポアソン分布の中央値です。(par_id3151177.107)

C (optional) = 0 or False calculates the density function; C = 1 or True calculates the distribution. When omitted, the default value True is inserted when you save the document, for best compatibility with other programs and older versions of Office.
C (オプション) = 0 もしくは False は密度関数を計算します。C = 1 もしくは True は分布を計算します。省略されると、他のプログラムや古いバージョンの Office ともっともよい互換性を保つために、ドキュメントを保存するときにデフォルト値 True が挿入されます。(par_id3149200.108)

Example
(hd_id3159347.109)

=POISSON(60;50;1) returns 0.93.
=POISSON(60;50;1) は、0.93 を返します。(par_id3150113.110)

(/section: poisson) (section: percentile) (bookmark: bm_id3153100)
PERCENTILE function

PERCENTILE 関数
(bookmark: bm_id3155394)

PERCENTILE
PERCENTILE(hd_id3153100.112)

Returns the alpha-percentile of data values in an array. A percentile returns the scale value for a data series which goes from the smallest (Alpha=0) to the largest value (alpha=1) of a data series. For Alpha = 25%, the percentile means the first quartile; Alpha = 50% is the MEDIAN.
行列内のデータ値のアルファ百分率を返します。百分率は、データ系列の最小値 (Alpha=0) から最大値 (alpha=1) までのデータ系列のスケール値を返します。Alpha = 25% の場合、百分率は最初の四分位数を意味します。Alpha = 50% は MEDIAN です。(par_id3154940.113)

Syntax
構文(hd_id3150531.114)

PERCENTILE(Data; Alpha)
PERCENTILE(データ;α)(par_id3148813.115)

Data represents the array of data.
データ は、データが入力されているセル範囲です。(par_id3153054.116)

Alpha represents the percentage of the scale between 0 and 1.
α は、0 から 1 の間にある百分位の数です。(par_id3154212.117)

Example
(hd_id3154290.118)

=PERCENTILE(A1:A50;0.1) represents the value in the data set, which equals 10% of the total data scale in A1:A50.
=PERCENTILE(A1:A50;0.1) は、A1:A50 のデータスケール全体の 10% に等しいデータセットの値を表します。(par_id3159147.119)

(/section: percentile) (section: percentrank) (bookmark: bm_id3148807)
PERCENTRANK function

PERCENTRANK 関数
(bookmark: bm_id3154902)

PERCENTRANK
PERCENTRANK(hd_id3148807.121)

Returns the percentage rank of a value in a sample.
データ範囲の中で、測定値の相対順位を返します。(par_id3153573.122)

Syntax
構文(hd_id3147512.123)

PERCENTRANK(Data; Value)
PERCENTRANK(データ;数値)(par_id3147238.124)

Data represents the array of data in the sample.
データ は、標本データの行列です。(par_id3154266.125)

Value represents the value whose percentile rank must be determined.
数値 は、相対順位が決定される値です。(par_id3148475.126)

Example
(hd_id3155364.127)

=PERCENTRANK(A1:A50;50) returns the percentage rank of the value 50 from the total range of all values found in A1:A50. If 50 falls outside the total range, an error message will appear.
=PERCENTRANK(A1:A50;50) は、A1:A50 のすべての値の範囲全体の値 50 の相対順位を返します。50 が範囲全体の外にある場合は、エラーメッセージが表示されます。(par_id3149163.128)

(/section: percentrank) (section: quartile) (bookmark: bm_id3166442)
QUARTILE function

QUARTILE 関数
(bookmark: bm_id3150709)

QUARTILE
QUARTILE(hd_id3166442.130)

Returns the quartile of a data set.
データグループの四分位数を返します。(par_id3146958.131)

Syntax
構文(hd_id3152942.132)

QUARTILE(Data; Type)
QUARTILE(データ;タイプ)(par_id3153684.133)

Data represents the array of data in the sample.
データ は、標本データの行列です。(par_id3153387.134)

Type represents the type of quartile. (0 = MIN, 1 = 25%, 2 = 50% (MEDIAN), 3 = 75% and 4 = MAX.)
タイプ には、第何番の四分位数を返すかを指定します。0 を指定すると最小値 (MIN) 、1 を指定すると第一四分位数 (25% 目の値) 、2 を指定すると中央値 (MEDIAN) 、3 を指定すると第三四分位数 (75% 目の値) 、4 を指定すると最大値 (MAX) を返します。(par_id3155589.135)

Example
(hd_id3149103.136)

=QUARTILE(A1:A50;2) returns the value of which 50% of the scale corresponds to the lowest to highest values in the range A1:A50.
=QUARTILE(A1:A50;2) は、スケールの 50% が範囲 A1:A50 の最小値から最大値に対応する値を返します。(par_id3159276.137)

(/section: quartile)

(embed text/scalc/01/04060100.xhp#drking : linkinfo)

Calc functions in the OpenOffice.org Wiki
OpenOffice.org Wiki Calc の関数(par_id0902200809540918.)

(/embed text/scalc/01/04060100.xhp#drking)


< Prev / Next >